* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
    height: 100%;
}
a {
    color: blue;
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 0 0 18px
}
img {
    border: none;
}
input {
    vertical-align: middle;
}
#wrapper {
    width: 995px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: #ffffff url(img/top.png);
    background-position:center top;
    background-repeat: no-repeat;

}


/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 222px;

}
#header .topl {
    display:block;
    height:180px;
    text-decoration:none;
}
#header .topm {

}

#header .tmenu {
padding-left:20px;
    list-style:none;
}
#header .tmenu li {
    float:left;
    padding:1px 15px 0 7px;
}
#header .tmenu li.right {
    background: url(img/tli.png) no-repeat center right;
}
#header .tmenu a {
    color:#646464;
    display:block;
    font-size:12px;
    text-decoration:none;
    height:32px;
    line-height:32px;
    font-weight:bold;
    vertical-align:middle;
}
#header .tmenu a:hover {
    color:#df4444;
    text-decoration:none;
    background: url(img/tmenubull.png) no-repeat center top;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 100%;
    padding: 0 0 50px;
    height: 1%;
    position: relative;
}
#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden;
}
#content {
    padding: 0 0 0 230px;
}
#content h1, #content h2 {
    font-size:16px;
    margin:10px 0 10px 0;
    color:#d54f4f;
    border-bottom:1px solid #d54f4f;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
    float: left;
    width: 210px;
    margin-left: -100%;
    position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
    width: 995px;
    margin: -50px auto 0;
    height: 50px;
    color:#4c4c4c;
    font-size:11px;
}
.foot{display:block}
.foot *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#e9e9e9}
.foot1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f5f5f5;
  border-right:1px solid #f5f5f5;
  background:#eeeeee}
.foot2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcfcfc;
  border-right:1px solid #fcfcfc;
  background:#ededed}
.foot3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ededed;
  border-right:1px solid #ededed;}
.foot4{
  border-left:1px solid #f5f5f5;
  border-right:1px solid #f5f5f5}
.foot5{
  border-left:1px solid #eeeeee;
  border-right:1px solid #eeeeee}
.footfg{
  padding:0 5px 0 5px;
  background:#e9e9e9}